Detect same images name {iPhone SDK}

Posted by Momeks on Stack Overflow See other posts from Stack Overflow or by Momeks
Published on 2010-04-02T22:32:22Z Indexed on 2010/04/02 22:53 UTC
Read the original article Hit count: 274

Filed under:
|

hi , i want create image animation , i have 50 images with png format now i want set images name ... something like this but doesnt work !

my images name are : iamge_0000 to image_0050

 NSArray *myImages = [NSArray arrayWithObjects: 
[UIImage imageNamed:@"image_%d.png"],   //image named doesnt work

??!?!?!?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about SDK